XHTML fix
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 2 Oct 2004 20:48:01 +0000 (20:48 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 2 Oct 2004 20:48:01 +0000 (20:48 +0000)
extensions/ShowProcesslist.php

index 3a29e47..1ee9d40 100644 (file)
@@ -23,7 +23,7 @@ class ShowProcesslistPage extends UnlistedSpecialPage
 
                $res=wfQuery("SHOW FULL PROCESSLIST",DB_READ);
                $output=array();
-               $output = "<table border=1>";
+               $output = '<table border="1">';
                while ( $row=wfFetchObject($res)){
                        $output .= "<tr>";
                        $fields = get_object_vars($row);